home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / msgtos20.zip / MSGTOSS.BBS < prev    next >
File List  |  1992-02-11  |  5KB  |  122 lines

  1. Msgtoss Support System - Sumner, WA (MO) ! Mike Zakharoff
  2. ;
  3. ; KEYWORD LIST (see MSGBBS.DOC for full details on keyword use)
  4. ; ------------
  5. ; Logically 'Chain' to the next BBS file ---> NBBS:[path]Filename.ext
  6. ; No. of records in RBBS message base(s) ---> RECS:xxxx
  7. ; Re-number msg only if last exceed xxxx ---> RNIF:xxxx
  8. ; Re-number msg bases starting with xxxx ---> RNST:xxxx
  9. ; Security level tossed msgs set to xxxx ---> ESEC:xxxx
  10. ; The "home" NODE address for the echo -----> NODE:xxxx
  11. ; Max Lines before MsgToss auto-breaks msg -> MAXL:xxxx
  12. ; Minimum number of 'free' message slots ---> SLAK:xxxx
  13. ; Format right margin of RBBS messages to --> MRGN:xx   (30 thru 79)
  14. ; Whether to honor PRIVATE echomail --------> PRIV:x    (1=yes 0=no)
  15. ; Force Msgs to M.DEFs as Already Scanned --> FMAS:x    (1=yes 0=no)
  16. ; Strip Echo Control Lines (Only FMAS:1) ---> SECL:x    (1=yes 0=no)
  17. ; Hash USERS to keep msgs while purging ----> USRH:x    (1=yes 0=no)
  18. ; Capture messages with special text -------> CAPT:x    (1=yes 0=no)
  19. ; Enable Duplicate Checking for this AREA --> CDUP:x    (1=yes 0=no)
  20. ; Set Mailwaiting Bits for new RBBS msgs ---> MWST:x    (1=yes 0=no)
  21. ; Maintain HISTORY file of purged messages -> HIST:x    (1=yes 0=no)
  22. ; Zone & Domain Separation (1=none 2=full) -> GATE:x    (1  or 2)
  23. ; Origin: line to be used for scanning -----> ORGN:text (last entry)
  24. ;
  25. ; Default keyword entries
  26. ;
  27. -RECS:1000 RNST:1  RNIF:1 ESEC:5 MAXL:100
  28. -SLAK:10   MRGN:77 FMAS:1 SECL:1 USRH:1 HIST:0
  29. -CAPT:0    NODE:1  GATE:2 PRIV:0 CDUP:0 MWST:1
  30. ;
  31. ;  NOTE: Some of these Keywords are quite critical and should be
  32. ;        throughly understood PRIOR to attempting MSGTOSS.BBS
  33. ;        configuration.  The most critical Keywords are as follows:
  34. ;
  35. ;        NODE:x RECS:xxxx ESEC:xxxx GATE:xxxx FMAS:x SECL:x USRH:x
  36. ;
  37. ; *************************** WARNING! ****************************
  38. ; * Read the documentation on the above critical Keywords PRIOR   *
  39. ; * to configuring the default Keywords in the MSGTOSS.BBS file.  *
  40. ; * Setting them incorrect will throughly screw things up!!       *
  41. ; *****************************************************************
  42. ;
  43. ; Note the NODE:1 entry!  This indicates that the following
  44. ; conferences are associated with your FIRST "NODE-------->"
  45. ; address in your MSGTOSS.CFG file.  NODE:2 would mean the
  46. ; SECOND NODE--------> entry, NODE:3 means THIRD.
  47. ;
  48. ; Turn off USER hashing for the main message base (USRH:0), as
  49. ; there are too many users for MSGTOSS to efficiently purge as
  50. ; required (its unnecessary).  Turn it back on after (USRH:1)
  51. ; for the rest of the small conferences.
  52. ;
  53. -USRH:0
  54. C:\RBBS\MESSAGES      NETMAIL
  55. -RECS:800 USRH:1
  56. ;
  57. ; All subsequent conferences are 800 records (RECS:800).
  58. ; Naturally, you will have to adjust these to match your system.
  59. ;
  60. C:\RBBS\commm.def     COMM          1:343/300
  61. C:\RBBS\consultm.def  CONSULTING    1:343/300
  62. C:\RBBS\cookingm.def  COOKING       1:343/300
  63. C:\RBBS\c_prgmm.def   C_ECHO        1:343/300
  64. C:\RBBS\feminm.def    FEMINISM      1:343/300
  65. C:\RBBS\forsalem.def  4SALE         1:343/300
  66. ;
  67. ; Special Origin line to apply ONLY to the NEXT sequential message base
  68. ;
  69. -ORGN:MSGTOSS - Accept no substitutes!
  70. C:\RBBS\rbbsm.def     RBBS-PC       1:343/300
  71. ;
  72. ; Default Origin line takes over
  73. ;
  74. C:\RBBS\techm.def     TECH          1:343/300
  75. C:\RBBS\warningm.def  WARNINGS      1:343/300
  76. ;
  77. ; Qmail-Style PASSTHRU areas are also supported, these have the
  78. ; following format:
  79. ;
  80. ; #[Optional Path]    PASSAREA 1:343/300 301 301 666/1 2 3
  81. ;
  82. ; Note that the FIRST character must be a "#", followed by the AREA:
  83. ; name, followed by the list of NET/NODES.  Note that the NET/NODES
  84. ; will ONLY be "fed" if you are using the "/FEED" switch.  Note that
  85. ; QMAIL requires a Fido Path to follow the "#", and this CAN be listed,
  86. ; but MSGTOSS will ignore the path.
  87. ;
  88. ; The areas NETMAIL   & UNKNOWN    are required.
  89. ; The areas ROUTETHRU & MSGCAPTURE are optional
  90. ; For each unique domain/zone, separate areas are required
  91. ; The extensions of ".001" & ".008" (meaning Zone 1 & 8)
  92. ; are for illustrative purposes only
  93. ;
  94. C:\MAIL\NETMAIL.001\  NETMAIL
  95. C:\MAIL\UNKNOWN.001\  UNKNOWN
  96. ; C:\MAIL\ROUTEIT.001\  ROUTETHRU
  97. ; C:\MAIL\CAPTURE.001\  MSGCAPTURE
  98. ;
  99. C:\MAIL\NET343\       NET343        1:343/300
  100. C:\MAIL\RBBS.001\     RBBS-PC       1:343/300
  101. C:\MAIL\LAN\          LAN           1:343/300
  102. ;
  103. ; The -NODE:2 entry signifies the SECOND NODE--------> entry in
  104. ; the MSGTOSS.CFG file.  This keyword separates the MSGTOSS.BBS
  105. ; file into Domains/Zones.  -NODE:3 would mean the THIRD
  106. ; NODE--------> entry (if exist).
  107. ;
  108. ;
  109. -NODE:2                       (The second AKA is RBBS-NET!)
  110. C:\MAIL\NETMAIL.008\  NETMAIL
  111. C:\MAIL\UNKNOWN.008\  UNKNOWN
  112. ; C:\MAIL\ROUTEIT.008\  ROUTETHRU
  113. ; C:\MAIL\CAPTURE.008\  MSGCAPTURE
  114. ;
  115. C:\MAIL\MSGTOSS\      RBBS_MSGTOSS  8:918/1
  116. C:\MAIL\MSGBETA\      MSGBETA       8:918/1
  117. C:\MAIL\RBBS.008\     RBBS-PC       8:918/1
  118. ;
  119. ; Having two RBBS-PC conferences is not a misprint.  What separates
  120. ; them is the NODE:2 keyword, meaning the second RBBS-PC conference
  121. ; belongs to RBBS-NET (Zone 8).
  122.